The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "apache::authcookie"

Apache::AuthCookie - Perl Authentication and Authorization via cookies River stage one • 9 direct dependents • 9 total dependents

Apache::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be presented with a custom form where they can enter authentication credentials. The credentials are posted to the server where Au...

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC - Search in distribution

lib/Apache/DnsZone/AuthCookie.pm River stage zero No dependents

THOMAS/Apache-DnsZone-0.2 - 26 Jun 2001 20:11:52 UTC - Search in distribution

Gantry - Web application framework for mod_perl, cgi, etc. River stage one • 3 direct dependents • 3 total dependents

Note, if you want to know how to use Gantry, you should probably start by reading Gantry::Docs::QuickStart or Gantry::Docs::Tutorial. Perl Web application framework for Apache/mod_perl. Object Oriented design for a pragmatic, modular approach to URL ...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC - Search in distribution

CGI::AuthRegister - Simple CGI Authentication and Registration in Perl River stage zero No dependents

CGI::AuthRegister is a Perl module for CGI user authentication and registration. It is created with objective to be simple, flexible, and transparent. For the sake of simplicity, it is not completely portable, but mostly designed for Linux environmen...

VLADO/CGI-AuthRegister-1.404 - 19 Sep 2022 22:40:27 UTC - Search in distribution

Authen::Simple::WebForm - Simple authentication against existing web based forms. River stage zero No dependents

Authentication against a variety of login forms. This wraps up the LWP (libwww-perl) calls needed to attempt a login to a site that uses an HTML form for logins. It supports logins that require cookies, various form variables, special headers, and mo...

UNRTST/Authen-Simple-WebForm-0.02 - 05 Nov 2009 22:09:41 UTC - Search in distribution

Crypt::License - Perl extension to examine a license file. River stage zero No dependents

Crypt::License decodes an encrypted file and attempts to decrypt it by first, looking for a hash pointer in the caller program called $ptr2_License. The hash contains the path to the License file and an optional 'private' key list of modules which wi...

MIKER/Crypt-License-2.04 - 12 Sep 2006 02:09:08 UTC - Search in distribution

Apache::CryptHash - Encrypted tokens for cookies River stage zero No dependents

Creates an encrypted cookie-like string with a MAC (checksum) from a hash of critical and non-critical values. The MAC is created on only the critical values. Decryption will fail if the string has been altered and the MAC does not match when the str...

MIKER/Apache-CryptHash-3.03 - 09 Aug 2003 01:19:42 UTC - Search in distribution

Apache::AppSamurai - An Authenticating Mod_Perl Front End River stage zero No dependents

Apache::AppSamurai protects web applications from direct attack by unauthenticated users, and adds a flexible authentication front end to local or proxied applications with limited authentication options. Unauthenticated users are presented with eith...

PAULDOOM/Apache-AppSamurai-1.01 - 03 May 2008 07:10:21 UTC - Search in distribution

Apache2::AuthTicket - Cookie Based Access and Authorization Module River stage one • 1 direct dependent • 1 total dependent

This module provides ticket based access control. The theory behind this is similar to the system described in the eagle book. This module works using HTTP cookies to check if a user is authorized to view a page. *Apache2::AuthCookie* is used as the ...

MSCHOUT/Apache-AuthTicket-0.94 - 28 Jul 2017 21:16:15 UTC - Search in distribution

Apache::AuthCookiePAM - An AuthCookie module backed by a PAM . River stage zero No dependents

This module is an authentication handler that uses the basic mechanism provided by Apache::AuthCookie with PAM (based on DBI) . It is based on two tokens being provided, a username and password, which can be any strings (there are no illegal characte...

AWA/Apache-AuthCookiePAM-1.00 - 11 Feb 2006 15:40:31 UTC - Search in distribution

Apache2::AuthTicketLDAP - Cookie Ticketing with LDAP Authentication River stage zero No dependents

This module builds upon the *Apache2::AuthTicket* database-backed, cookie ticketing system for websites. It provides for authentication and authorization against an LDAP database. It also implements *CHI*-based, mmap'd file caching of LDAP entries an...

LUYSEYAL/Apache2-AuthTicketLDAP-0.02 - 07 Oct 2012 16:16:07 UTC - Search in distribution

Apache2::AuthCookieDBImg River stage zero No dependents

This module is an authentication handler that uses the basic mechanism provided by Apache2::AuthCookie with a DBI database for ticket-based protection. It is based on two tokens being provided, a username and password, which can be any strings (there...

CSA/Apache2-AuthCookieDBImg-2.2 - 31 Mar 2006 16:04:25 UTC - Search in distribution

Apache::AuthCookieNTLM - NTLM (Windows domain) authentication with cookies River stage zero No dependents

As explained in the Apache::AuthenNTLM module, depending on the user's config, IE will supply your Windows logon credentials to the web server when the server asks for NTLM authentication. This saves the user typing in their windows login and passwor...

LLAP/Apache-AuthCookieNTLM-0.07 - 03 Oct 2004 10:08:11 UTC - Search in distribution

Apache2::AuthenSecurID - Authentication via a SecurID server River stage zero No dependents

This module allows authentication against a SecurID server. It detects whether a user has a valid encrypted cookie containing their username and last activity time stamp. If the cookie is valid the module will change the activity timestamp to the pre...

TOBEYA/Apache2-AuthenSecurID-0.5 - 13 Dec 2007 07:26:17 UTC - Search in distribution

AxKit::XSP::BasicAuth - Tag library for basic cookie-based authentication. River stage zero No dependents

This taglib provides simple form-and-cookie based authentication using Apache::Session and Apache::AuthCookie. In the tag reference below, AuthNameToken designates the name given for AuthName....

KJETILK/AxKit-XSP-BasicSession-0.22 - 14 Oct 2004 14:55:21 UTC - Search in distribution

Apache::AuthenSecurID - Authentication via a SecurID server River stage zero No dependents

This module allows authentication against a SecurID server. It detects whether a user has a valid encrypted cookie containing their username and last activity time stamp. If the cookie is valid the module will change the activity timestamp to the pre...

FLIPKIN/Apache-AuthenSecurID-0.4 - 31 Jul 2002 16:47:23 UTC - Search in distribution

Apache::AxKit::Plugin::Session - flexible session management for AxKit River stage zero No dependents

WARNING: This version is for AxKit 1.7 and above! This module is an authentication and authorization handler for Apache, designed specifically to work with Apache::AxKit. It should be generic enough to work without it as well, only much of its comfor...

JWALT/Apache-AxKit-Plugin-Session-1 - 10 Aug 2005 20:56:33 UTC - Search in distribution

Apache::AuthCookieURL - Perl Authentication and Authorization or session management via cookies or URL munging River stage zero No dependents

** Warning: beta software. This should be used for testing purposes only. That said, there are a few people using it and I've been using it for a few months without problem. The interface may change (or disappear) without notice. Please report any pr...

HANK/Apache-AuthCookieURL-1.003 - 21 Nov 2000 00:51:29 UTC - Search in distribution

Apache::AuthTypeKey - Apache authorization handler using TypeKey River stage zero No dependents

*Apache::AuthTypeKey* implements Apache authentication and authorization handling using the TypeKey authentication service (*http://typekey.com/*). TypeKey is Six Apart's free, open service providing a central login for people to comment on weblogs, ...

BTROTT/Apache-AuthTypeKey-0.03 - 11 Nov 2005 00:52:33 UTC - Search in distribution

Apache2::SiteControl::User - User representations River stage zero No dependents

AWKAY/Apache2-SiteControl-1.05 - 16 Aug 2006 19:55:35 UTC - Search in distribution
27 results (0.034 seconds)